home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Plus 1997 #3
/
Amiga Plus CD - 1997 - No. 03.iso
/
pd
/
programmierung
/
alienbreed3d2_src
/
test.c
< prev
next >
Wrap
C/C++ Source or Header
|
1997-01-31
|
130b
|
10 lines
#include <pragmas/lowlevel_pragmas.h>
#include <clib/lowlevel_protos.h>
unsigned long LowLevelBase;
main()
{
ReadJoyPort(1);
}